const reflect.abiStepStack

13 uses

	reflect (current package)
		abi.go#L59: 	abiStepStack                // copy to/from stack
		abi.go#L319: 		kind:   abiStepStack,
		value.go#L500: 		case abiStepStack:
		value.go#L526: 			case abiStepStack:
		value.go#L616: 			if st := steps[0]; st.kind == abiStepStack {
		value.go#L662: 				case abiStepStack:
		value.go#L719: 		if st := steps[0]; st.kind == abiStepStack {
		value.go#L750: 					case abiStepStack:
		value.go#L810: 				case abiStepStack:
		value.go#L975: 	case abiStepStack:
		value.go#L1014: 		if vStep := valueSteps[0]; vStep.kind == abiStepStack {
		value.go#L1017: 			if mStep.kind == abiStepStack {
		value.go#L1045: 		if mStep := methodSteps[0]; mStep.kind == abiStepStack {